x86: Fix a typo in shadow_get_and_create_l1e().
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 23 Apr 2008 12:32:58 +0000 (13:32 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 23 Apr 2008 12:32:58 +0000 (13:32 +0100)
commit10ab43fd56e729da8f264e3c3da4b4510bfa0460
tree4196cd4fab6f02ffc2a9764afc1d1581aea6e0e5
parent8318d7d63dc904282f3418a3d2c2dc11061b5301
x86: Fix a typo in shadow_get_and_create_l1e().

The typo is benign because sh_page_fault() gates the call to
shadow_get_and_create_l1e() on an equivalent test.

Signed-off-by: Tim Deegan <tim.deegan@citrix.com>
xen/arch/x86/mm/shadow/multi.c